home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / init.d / powernowd.early < prev    next >
Text File  |  2008-09-15  |  177b  |  8 lines

  1. #!/bin/sh
  2.  
  3. # Set DO_MODULES to yes which will trigger the module loading part of the
  4. # powernowd init script instead of the daemon part.
  5.  
  6. DO_MODULES=yes
  7. . /etc/init.d/powernowd
  8.